home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000475_news@columbia.edu _Mon Mar 24 18:46:07 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA09944
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 24 Mar 1997 18:46:07 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA15577
  7.     for kermit.misc@watsun; Mon, 24 Mar 1997 18:46:06 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: VAX WordPerfect Mail
  12. Date: 24 Mar 1997 23:46:03 GMT
  13. Organization: Columbia University
  14. Lines: 25
  15. Message-ID: <5h73nr$ddu$1@apakabar.cc.columbia.edu>
  16. References: <33371609.4067@sdg.edu.on.ca>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:6807
  19.  
  20. In article <33371609.4067@sdg.edu.on.ca>,
  21. Steve Riviere  <riviers@sdg.edu.on.ca> wrote:
  22. : I'm using Kermit...
  23. :
  24. Which version?
  25.  
  26. : ... as emulation software to communicate with a VAX 4300
  27. : mainframe. When I try to use WordPerfect Office Mail 3.1 on the VAX, I
  28. : get a steady beeping sound while the WP copyright screen appears. Once
  29. : I'm accessing my in & out boxes, the beeping stops.
  30. : I can turn the beeping off in MSCUSTOM.INI, but that stops all beeps
  31. : from any program and I would still like the beep from other programs
  32. : that I use on the VAX.
  33. Either Kermit is receiving beep characters from the VAX, or else the
  34. beeps indicate data loss, as happens when there is a UART overrun, which
  35. in turn tends to happen when there is a lack of adequate flow control.
  36.  
  37. What kind of connection do you have between the PC and the VAX?  If it's
  38. a serial connection, what is the speed, and what type of flow control are
  39. you using?  If you are using a modem, are you sure it's set up for the same
  40. type of flow control?  etc etc...
  41.  
  42. - Frank